home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / omniORB.src < prev    next >
Text File  |  1998-04-12  |  1KB  |  37 lines

  1. @@@STARTPACK(omniORB;omniORB Object Request Broker)
  2.  
  3. <P>
  4. omniORB2 is an Object Request Broker (ORB) which implements
  5. specification 2.0 of the Common Object Request Broker Architecture (CORBA).
  6. <UL>
  7. <LI> C++ language bindings are supported. The mapping conforms to the latest
  8.   revision of the CORBA specification.
  9. <LI> The Internet Inter-ORB Protocol (IIOP) is used as the native protocol.
  10. <LI> The omniORB2 runtime is fully multithreaded. It uses native platform
  11.   thread support encapsulated with a small class library, omnithread,
  12.   to abstract away from differences in native thread APIs.
  13. <LI> TypeCode and type Any are supported.
  14. <LI> A COS Naming Service, omniNames, is provided.
  15. </UL>
  16. omniORB2 is not yet a complete implementation of the CORBA core. The
  17. following features are not supported in the current release.
  18. <UL>
  19. <LI> The Dynamic Invocation Interface (DII) is not supported.
  20. <LI> The Dynamic Skeleton Interface (DSI) is not supported.
  21. </UL>
  22. The following features are missing from omniORB2.
  23. We are not currently planning on adding support for these features.
  24. <UL>
  25. <LI> The BOA only supports the persistent server activation policy. Other
  26.   dynamic activation and deactivation polices are not supported.
  27. <LI> omniORB2 does not has its own Interface Repository.
  28. </UL>
  29.  
  30. </P>
  31.  
  32. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/net/omniORB/)
  33. @@@SOURCE(http://www.orl.co.uk/omniORB/omniORBForm.html)
  34. @@@HOMEPAGE(http://www.orl.co.uk/omniORB/omniORB.html)
  35. @@@ENDPACK
  36.  
  37.